home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
MPW_TOOL
/
TOOLS
/
TOOLS_WI
/
BEEP7_FO
/
BEEP7.R
< prev
next >
Wrap
Text File
|
1992-01-14
|
848b
|
44 lines
#include "Cmdo.r"
#include "SysTypes.r"
resource 'cmdo' (226, "Beep7") {
{ /* array dialogs: 1 elements */
/* [1] */
220,
"Generate tones. If no parameters are gi"
"ven a simple beep is generated. The syn"
"tax is: [note [, duration [, level]]]╔",
{ /* array itemArray: 1 elements */
/* [1] */
NotDependent {
},
MultiRegularEntry {
"Tones",
{30, 120, 46, 170},
{30, 170, 94, 300},
{ /* array DefEntryList: 0 elements */
},
"",
"Type the tones here (1 per line). Examp"
"le: Beep 2c,20 '2C#,40' 2D,60. This pla"
"ys 3 notes: C, C sharp, and D, all two o"
"ctaves above middle C, for one-third, tw"
"o-thirds, and one full second respective"
"ly."
}
}
}
};
resource 'vers' (1) {
0x1,
0x0,
release,
0x0,
verUS,
"1.0",
"1.0, Copyright ⌐ 1992 SQ Software"
};